home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / nt-doscl.zip / DSK3-3.EXE / DRIVERS / ETHERNET / ES3210 / PROTOCOL.INI < prev   
Text File  |  1993-06-28  |  1KB  |  32 lines

  1.  
  2. ;*********************
  3. ;**    ADAPTERS     **
  4. ;*********************
  5.  
  6. ;*****************************
  7. ;**  RACAL-DATACOM ES3210   **
  8. ;*****************************
  9. ;
  10. ; "DriverName" keyword specifies the driver name. This keyword is required
  11. ;  and must be set to ES3210$ for the first card. For the second card,
  12. ;  this keyword must be set to ES32102$, and so on (Please see README.TXT
  13. ;  for setting up more than one card in the system).
  14. ;
  15. ; "SlotNumber" keyword specifies which slot you want to use. This keyword
  16. ;  is optional if there is only one ES3210 card in the system- the driver
  17. ;  will self-configure in this case (i.e.: SLOTNUMBER = 3 for slot 3).
  18. ;
  19. ; "MaxTransmits" keyword specifies the number of TransmitChain commands
  20. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50.
  21. ;
  22. ; "MaxMulticasts" keyword specifies the number of multicast addresses
  23. ;  the MAC driver supports. Default = 10, Max. = 16.
  24. ;
  25. ; "MaxReceives" keyword specifies the number of receives can be queued
  26. ;  simultaneously by MAC. Default = 3, Max. = 6.
  27.  
  28.   DRIVERNAME    = ES3210$
  29.   MAXMULTICASTS = 10
  30.   MAXRECEIVES   = 3
  31.   MAXTRANSMITS  = 6
  32.